home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / tp4gif.zip / READ.ME < prev    next >
Text File  |  1990-09-22  |  1KB  |  24 lines

  1. September 22, 1990
  2.  
  3. The program TP4GIF.PAS was based on GIFSLOW.PAS by Jim Griebel.
  4.  
  5. Needing a GIF viewer to use as the basis for an automated demonstration
  6. program at a trade show, I pulled Jim's GIFSLOW.PAS off of the Milwaukee
  7. Exec-PC BBS.  I have to confess that I did not then (and don't now)
  8. understand the GIF format.  Jim did that work.  What I do understand
  9. is how to make Turbo Pascal code run fast (I do it for a living).  So all
  10. I did to Jim's program was speed it up by an order of magnitude.
  11.  
  12. Jim, in case you read this, I think the bulk of the speed increase came
  13. from the GetByte, GetWord, and especially ReadCode procedures.  It has
  14. been a while since I did the modifications, but that's what I remember.
  15.  
  16. In any case, here's the program with source code.  I used it ONLY on a
  17. standard 640 x 350 EGA, so have no idea what it will do on other displays.
  18. I have included three of the GIF files from my trade show, since I know they
  19. work with the program.
  20.  
  21. Good luck, and happy GIF'ing!
  22.  
  23. Rob Henningsgard
  24.